home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
demos
/
anim
/
anim.dem
next >
Wrap
Text File
|
1999-09-16
|
342b
|
22 lines
mode(0);
xbasc();
path='SCI/demos/anim/';
demolist=['Plot3d1';
'param 3d';
'param 3d lorentz curve';
'contour';
'plot3d';
'N pendulum';
'plot3d1 with xtape'];
go_on=%t;
while go_on then
num=x_choose(demolist(:,1),'Choose a demo');
if num=0 then go_on=%f;
else
xbasc();
exec(path+'anim'+string(num)+'.dem');
end,
end